Return to doc.sitecore.com

Valid for Sitecore 5.3.1
18.  Server File
Prev Next

A field of "Server File" type holds a link to a file located in the root folder of the web site on the server. The link is stored as plane text. It can be accessed with XslHelper.fld function (sc:fld):

<xsl:value-of select="sc:fld('My Server File',.)"/>


Note
: this field type is intended for internal use. You should use Link and Image types instead.


Prev Next